-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: support conditional operators #1939
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AlexVarchuk
force-pushed
the
feat/support-if-then
branch
from
March 23, 2022 13:40
b12c276
to
41ecb02
Compare
AlexVarchuk
changed the title
Feat: support conditional operators
feat: support conditional operators
Mar 23, 2022
zalesky
reviewed
Mar 23, 2022
AlexVarchuk
force-pushed
the
feat/support-if-then
branch
from
March 23, 2022 19:23
41ecb02
to
604334c
Compare
AlexVarchuk
force-pushed
the
feat/support-if-then
branch
from
March 23, 2022 19:35
604334c
to
3d73b60
Compare
after merge #1942 unit test should be passed |
AlexVarchuk
force-pushed
the
feat/support-if-then
branch
from
March 23, 2022 20:05
3d73b60
to
a967eb0
Compare
AlexVarchuk
force-pushed
the
feat/support-if-then
branch
from
March 24, 2022 06:56
a967eb0
to
3f70679
Compare
Oprysk
approved these changes
Mar 24, 2022
zalesky
approved these changes
Mar 24, 2022
RomanHotsiy
requested changes
May 16, 2022
RomanHotsiy
reviewed
May 16, 2022
AlexVarchuk
force-pushed
the
feat/support-if-then
branch
from
May 16, 2022 13:08
df2dd20
to
c98872d
Compare
AlexVarchuk
force-pushed
the
feat/support-if-then
branch
from
May 16, 2022 13:11
c98872d
to
b2c4c11
Compare
AlexVarchuk
force-pushed
the
feat/support-if-then
branch
from
May 16, 2022 15:53
e8c0633
to
a9c3599
Compare
RomanHotsiy
reviewed
May 17, 2022
RomanHotsiy
approved these changes
May 17, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What/Why/How?
add support conditional operators for openApi 3.1. Add supporting
x-displayName
for if/else.Reference
Testing
Screenshots (optional)
Check yourself